home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / grprogs / printgif.exe / PRINTGIF.DOC next >
Text File  |  1988-11-28  |  3KB  |  64 lines

  1. PRINTGIF  v1.0
  2. Copyright (c) 1988  Steve Sneed
  3. All rights reserved
  4. ------------------------------------------------------------------------------
  5.  
  6. PrintGIF is a simple little utility to print GIF format graphics image files
  7. on an Epson MX/FX (or compatible) printer.  Both interlaced and non-interlaced
  8. images can be printed.
  9.  
  10.                            -------------------
  11.  
  12. The program is command-line driven.  The syntax is:
  13.  
  14. PRINTGIF {/switches} {qualified filename}
  15.  
  16. Currently, the only switch supported is the MapToGrey switch (/M-), which
  17. toggles mapping of the image color map to greyscale prior to printing.
  18. Most images will print much better if they are mapped to greyscale, others
  19. print better using the image's existing color map.  The default state is
  20. to map to greyscale.  providing no switch or providing a plus version of
  21. the switch (/M+) leaves mapping turned on; providing the minus version of
  22. the switch (/m-) turns mapping off.  Notice that case is unimportant.
  23.  
  24. "Qualified filename" means the filename to print (adding the .GIF extension
  25. is optional), including any path information needed if the file is not in
  26. the current working directory.
  27.  
  28. Both command-line parameters are optional.  If no filename is provided,
  29. PrintGIF will display all filenames with a .GIF extension in the working
  30. directory and allow you to enter the filename.  If you do not provide a
  31. filename on the command line, PrintGIF will enter "loop" mode; once an image
  32. is printed you will be offered the oportunity to print another.  Providing
  33. a filename on the command line forces PrintGIF to print that one image
  34. and abort.
  35.  
  36.                            -------------------
  37.  
  38. This program was written using a Citizen MSP-40 printer, and tested on
  39. both Citizen 180-D and Star NX-1000 printers as well.  It should work on
  40. any Epson MX/FX series printer of full compatible - if your printer produces
  41. garbaged images, your printer is not as compatible as you thought. <grin!>
  42. Only images of width resolution 640 pixels or less can be printed using
  43. this program, because it uses the Epson "Screen Image" graphics mode
  44. (80 dots per inch, 640 dots per line.)  There is no length limitation other
  45. than memory - each print line of the image requires 640 bytes plus 4 bytes
  46. of pointer overhead, and 8 raster scan lines are printed in each print line.
  47. A 400-raster-line image will require 50 print lines, or about 32K of memory -
  48. needless to say, you should never run out of room, even on a 256K system.
  49.  
  50.                            -------------------
  51.  
  52. Portions of this program are Copyrighted by CompuServe, Inc., TurboPower
  53. Software and Borland Int.  PrintGIF was written in Turbo Pascal 5.0.
  54. "GIF" and "Graphics Interchange Format" are trademarks of CompuServe
  55. Inc., an H & R Block Company.
  56.  
  57. Steve Sneed
  58. Ozarks West Software
  59. 409 San Juanico
  60. Santa Maria, CA.  93455
  61.  
  62. (CIS) 71520,77
  63. (BBS) 805-925-0378
  64.